home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / miranda_hit / files / mirinstsetup.exe / Miranda Installer 0.0.1.2 / Notes.txt < prev    next >
Encoding:
Text File  |  2004-04-20  |  6.1 KB  |  119 lines

  1.             **Miranda Installer is licensed under GNU GPL**
  2.  
  3.  
  4. DONE:
  5. -----
  6.     - handle thread msgs - done
  7.     - Read only files shouldn't be overwritten w/o confirmation - read only files never get overwritten. the O/S forbids it.
  8.     - disable button when nothing to install - yup
  9.     - scrolling in package selector is still crap! - nono, it's good now
  10.     - in options - setting the miranda dir will set it for the rest - guh
  11.     - drag and drop - done
  12.     - script is loaded into memory for each file... should be changed! - ahh right, script is only loaded once for scripted addons
  13.     - make sure all GDI objects are deleted properly (including DCs and regions!) - looks fine
  14.     - make an option for: by default, always install all/essential packages - got it
  15.     - arrow keys in package selector should go up/down - right
  16.     - hmm what if installation dir doesn't exist? fix it - done
  17.     - Write Is_App_Running() and Misc.cpp - done
  18.     - disable adding new installation when thread is running - done
  19.     - be able to delete files from list after u add them (menu/del button) - done
  20.     - fix up msg boxes - do icons too - right
  21.     - UI fix ups all over - got it
  22.     - scrollbar doesn't go all the way down!! - looks ok
  23.     - do installation of language packs! - done, needs more testing - looks fine
  24.     - argg error msgs are too much, only make one at some point, don't do 3 at a time when u got an error - k
  25.     - multiple instances - no way, use a mutex
  26.     - app should be able to restart miranda with a command line switch - yup
  27.     - associate file extension (Kai's code - use it :))
  28.     - add option to what profile to show when restarting miranda in mirandainstaller - right
  29.     - what if u got no reg entry for dir, and no dir is specified for install? - fixed
  30.     - only require to close miranda if installation includes plugin/nightly? - hmm, no, best to always restart
  31.     - if miranda was already running and install flags is !(& 2), then ask if to restart miranda? - no, miranda is always restarted (by Kai)
  32.     - Pretty up About dialog, better credits
  33.     - miranda should not be re-run after close, when miranda was already started from the menu
  34.     - add a cancel button in package dlg (Corsario/bethoven) - done
  35.     - pass comm line to currently running mirinst - yup, gonna use DDE - done
  36.     - add a decent About dialog - done
  37.     - Bug fix: When you click on "Install with Miranda Installer" from a page on Miranda's website, and MirInst is already running, the file will now be added to the list.
  38.     - You can now cancel the installation in the package selection dialog (Suggested by Corsario and bethoven).
  39.     - A new option: You can stop those annoying "Miranda is currently running" warnings, check out the options dialog (Be sure you know what you're doing!).
  40.     - All around bug fixes and some other small changes.
  41.     - No more Open With dialogs, now it opens on its own.
  42.     - Stupid bug fix in installing-directory procedure, last extension was not tested because of work-around loop.
  43.     - MirInst won't restart Miranda if it is already running, even if it was requested in the command line.
  44.     - When /silent installation is specified, you won't be bothered with "Miranda is running" warnings.
  45.     - LangPack manager was never launched in silent mode, fixed.
  46.  
  47. (entry for v0.0.1.2)
  48.     - Minor bug fixes.
  49.     - Translation support.
  50.  
  51.  
  52.  
  53. TODO:
  54. -----
  55.     - if install script is bad, give option to not use it?
  56.     - check miranda installer with other OS's
  57.     - read plugin information from scriptless files
  58.     - essential packages should be in a bold font - find another way, bold fonts suck
  59.     - document the syntax exactly, add DTD and examples as well
  60.     - comments inside element raw data - skip? include in data? sort it out for a later version
  61.     - small description in <info>
  62.     - extsend problem - install another file in tool/plugin? use a new attribute? Class?
  63.     - ess packages - color of box should be grayed - nono
  64.     - translation... use Miranda's langpack.c? (HeikoH)
  65.     - install into subdirectories specific packages (HeikoH)
  66.     - Problem with GetWindowModuleFileName... Win95 requires linking to GetWindowModuleFileName
  67.       NOT GetWindowModuleFileNameA (The ASCII version) which we always link to since we all
  68.       use a MODERN operating system that supports Unicode unlike crappy Win95...
  69.  
  70.  
  71. BEFORE RELEASE:
  72. --------------
  73. Read-only files can't be overwritten.
  74. if you want to protect a file, make it read-only.
  75.  
  76. To Kai: Have a look at Syntax.txt, I've tried to lay down everything we talked about.
  77. The XML structure is pretty much the same, I added a root installscript tag so there'll be
  78. no mixups on the purpose of the XML (And also to keep it according to the XML specs, I guess :))
  79.  
  80. Plus, I thought about the possibility of Miranda having multiple instances, and runs several times in the background (Or even once :)).
  81. I had a look at how you handled Miranda-running-in-the-background it in InstallMaker, and I think this is best: (generalized)
  82.  
  83. app tries to find a running window by the class of "Miranda" which module has the same path (not filename, because problems can occur with other modules in the miranda process)
  84. as the miranda we're "working" on :) it's not super-accurate, but it should do the trick in most cases.
  85.  
  86.  
  87.  
  88. Also :), to make sure Miranda Installer knows where Miranda is installed, the user will be given a choice to select it.
  89. The initial directory would be retrieved from the registry (Miranda keeps it there).
  90.  
  91.  
  92. Settings are saved in Options.dat, in the same directory as Miranda Installer.
  93. Everything that is saved is actually one structure (MAIN_OPTIONS). Not very space-efficient,
  94. , but it doesn't really matter since it's only a few KBs :)
  95.  
  96.  
  97.  
  98. About getting the type of addon: The type of addon reported in the script
  99. supresses the addon's extension. If there's no install script or the type reported is wrong,
  100. then the extension is used.
  101.  
  102.  
  103. autorun is the only section that isn't validated (i.e. if file exists and such)
  104. if the author slacks off and the info in there is wrong, the whole section is ignored
  105.  
  106.  
  107. -------------------------------------------
  108. Install Dirs:
  109. ------------
  110. Icon
  111. Sound
  112. Language Pack
  113. Tool
  114. Source
  115. Documentation
  116. Skin
  117.  
  118. Plugin - normal
  119. Nightly - normal